home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / System7 tools / Frontier / Frontier SDK 2.1 / Toolkits / IAC Tools / iacinternal.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-11  |  412 b   |  21 lines  |  [TEXT/KAHL]

  1.  
  2.  
  3. /*© Copyright 1988-1992 UserLand Software, Inc.  All Rights Reserved.*/
  4.  
  5. #define iacinternalinclude /*routines used internally to implementation of IAC Tools*/
  6.  
  7. #include <processes.h>
  8. #include <GestaltEqu.h>
  9. #include "iac.h"
  10.  
  11.  
  12.  
  13. void IACcopystring (void *, void *);
  14.  
  15. Boolean IACpushstring (void *, void *);
  16.  
  17. Boolean IACgetlongattr (AppleEvent *, AEKeyword, DescType, long *);
  18.  
  19. Boolean IACbreakembrace (void);
  20.     
  21.